write
is a function that allows you to save variables to a
file. The first argument specifies the file that you want to save
the variable(s) to. Successive argument(s) specify the
variables to save. If the file exists, it is cleared before
anything is written to it. The file is left open so you can write more
stuff out to it with more calls to write
.